/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');

/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

body::-webkit-scrollbar{
  display: none;
}


*:focus {
  outline: none;
}

a{
  color: #000000;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-bottom: 0;
  list-style: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.container-fluid{
  max-width: 1600px;
  margin: auto;
}


/**
 * header
 * 
 */
header{
  position: relative;
  margin: auto;
}

header .d1 a{
  display: block;
  padding: 20px 0;
}


header .main-menu ul {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
   display:flex; 
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}


header .main-menu ul li+li {
  margin-left:25px
}


header .main-menu ul li>a {
  display: block;
  line-height: 60px;
  padding: 5px 25px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
}

header .main-menu>ul>li:hover>a{
  /*color: rgba(255, 32, 0, 1);*/
  background: rgba(255, 32, 0, 1);
  color: #fff;
}

header .main-menu >ul>li:hover a:after{
  width: 100%;
  left: 0;
}
header .main-menu ul li{
  position: relative;
}

header .main-menu ul li.dropdown {
  position:relative
}

header .main-menu ul li.dropdown:hover a{
  /*color: #1f6bb6;*/
}
header .main-menu ul li.dropdown ul.sub-menu {
  position:absolute;
  z-index:9;
  text-align:left;
  opacity:0;
  visibility:hidden;
  -o-transform-origin:0 0;
  -ms-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  transform:rotateX(-75deg);
  -o-transform:rotateX(-75deg);
  -moz-transform:rotateX(-75deg);
  -webkit-transform:rotateX(-75deg);
  width: 190px;
  left:auto!important;
  background:#fff;
  display:block;
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s;
  /*padding:20px 0;*/
  -webkit-box-shadow:2px 2px 2px 0 rgb(0 0 0 / 3%);
  box-shadow:2px 2px 2px 0 rgb(0 0 0 / 3%);
  background-color: #f2f2f2;
}
header .main-menu ul li.dropdown ul li {
  padding:0;
  margin:0;
  display:block
}
header .main-menu ul li.dropdown ul li.active>a,header .main-menu ul li.dropdown ul li:hover>a {
  background: #e4e4e4;
  color: #2e2e2e;
}
header .main-menu ul li.dropdown ul li a {
  font-weight:400;
  color: #5f5f5f;
  padding: 10px 10px 10px 20px;
  line-height: 25px;
  display: block;
  
  text-transform:capitalize;
  text-align: left;
}

header .main-menu ul li.dropdown ul li:not(:last-child){
  border-bottom: 1px solid rgba(0,0,0,.05);
}
header .main-menu ul li.dropdown ul li a:hover {
  /*padding-left:25px*/
}
header .main-menu ul li.dropdown:hover .sub-menu {
  opacity:1;
  visibility:visible;
  transform:rotateX(0);
  -o-transform:rotateX(0);
  -moz-transform:rotateX(0);
  -webkit-transform:rotateX(0);
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s
}

.header-fixed{
  position: fixed!important;
  background: #fff;
  box-shadow: 0 0 5px #3333334d;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .6s;
  left: 0;
}

.header-fixed .main-menu ul li a{
  color: #444444;
}


.headermain .d1 .div-text{
  margin-left: 25px;
  padding-left: 25px;
  color: #707070;
  position: relative;
}

.headermain .d1 .div-text:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background: rgba(227, 227, 227, 1);
  left: 0;
  top: calc(50% - 24px);
}

/**
 * 
 * 顶部
 */
.header-top {
  padding: 15px 0;
  background-color: rgba(240, 240, 240, 1);
  color: #707070;
  font-size: 14px;
}

.header-top a{
  color: #707070;
}

.header-top .d2 .top-language{
  margin-left: 25px;
}

.header-top .d2 img{
  margin-right: 10px;
}

.swiper1{
  width: 100%;
  height: 100%;
  margin-top: 170px;
}

.swiper1 img{
  width: 100%;
}

.swiper1 .swiper-button-prev:after{
  content: "<";
  font-size: 26px;
}

.swiper1 .swiper-button-next:after{
  content: ">";
  font-size: 26px;
}

.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{
    background: rgba(0, 0, 0, 0.498039);
    padding: 45px 20px;
    color: #fff;
    font-weight: lighter;  
}

.swiper1 .swiper-button-prev:hover,.swiper1 .swiper-button-next:hover{
  background: rgba(0, 0, 0, 0.8);
}

.swiper1 .swiper-pagination-bullet{
  border-radius: 0;
  width: 35px;
  height: 5px;
  background: #fff;
}

.swiper1 .swiper-pagination-bullet-active{
  background: #000;
}

/**
 * 产品推荐
 */
.pro-section{
  margin: 65px 0;
}

.common-title h2{
  font-size: 28px;
  color: #707070;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.common-title h2:after{
  position: absolute;
  content: "";
  width: 68px;
  height: 2px;
  background: rgba(255, 32, 0, 1);
  bottom: 0;
  left: calc(50% - 34px);
}

.common-title p{
  color: #707070;
}

/**
 * 产品列表
 */

.pro-lists{
  margin-top: 45px;
}

.pro-lists .item{
  overflow: hidden;
  transition: all .6s;
  margin-bottom: 25px;
}
.pro-lists .item .div-text{
  padding: 25px 0;
  font-size: 18px;
  color: #707070;
}

.pro-lists .item .div-img{
  overflow: hidden;
}

.pro-lists .item a{
  display:block;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  padding: 25px 25px;
}

.pro-lists .item a .s{
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100px;
  height: 100px;
  background-color: rgb(216, 33, 1);
  transform: rotate(45deg);
  transition: all .5s ease;
}


.pro-lists .item a .s-img{
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 19;
}

.pro-lists .item:hover{
  box-shadow: 0 0 8px #ccc;
}

.pro-lists .item .div-img img{
  transition: all 1s;
  animation-delay: .3s;
}

.pro-lists .item:hover .div-img img{
  transform: scale(1.1);
}

.pro-lists .item:hover .s{
  left: -50px;
  top: -50px;
}

.pro-lists .item a .line{
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: rgb(255, 32, 0);
  bottom: -1px;
  left: 0px;
  transition: all .5s ease;
}

.pro-lists .item:hover .line{
  width: 100%;
}

/**
 * 应用领域
 */
.scope-section {
  padding: 65px 0;
  background: rgba(245, 245, 245, 1);
}

.scope-lists{
  margin-top: 45px;
}

.scope-lists a{
  display: block;
  width: 100%;
  height: 100%;
}

.scope-lists .item{
  width: 100%;
  height: 252px;
  margin-bottom: 25px;
  transition: all .6s;
  background-size: auto;
  background-position: center top ;
  background-repeat: no-repeat;
}

.scope-lists .item:hover{
  background-position:center bottom;
}

.scope-lists .item1{
  background-image: url(../images/jiaotong.png);
}

.scope-lists .item2{
  background-image: url(../images/dianqi.png);
}

.scope-lists .item4{
  background-image: url(../images/weiyu1.png);
}

.scope-lists .item5{
  background-image: url(../images/jianzhu.png);
}

.scope-lists .item6{
  background-image: url(../images/xiuxian.png);
}

.m-scope-lists{
  margin-top: 45px;
}

.m-scope-lists a{
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

/**
 * 关于我们
 */
.about-section{
  padding-top: 85px;
}

.about-section .div-img{
  position: relative;
  overflow: hidden;
}

.about-section .about-left .div-img:after{
    position: absolute;
    content: "关于我们";
    top: 25%;
    left: 5%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.about-section .about-left{
  background-color: rgba(250, 250, 250, 1);
  height: 100%;
}

.about-section .div-img img{
  transition: all 1.2s;
}

.about-section .div-img:hover img{
  transform: scale(1.3);
}

.about-section .about-left .d2{
  padding: 15px 25px;
}

.about-section .about-left .d2 p{
  text-indent: 24px;
  color: #696969;
  font-size: 14px;
  line-height: 30px;
}

.about-section .about-left .d2 a.readMore{
  border: 1px solid rgba(214, 214, 214, 1);
  padding: 10px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #454545;
}
.about-section .about-right .d1,.about-section .about-right .d2{
  position: relative;
}

.about-section .about-right .d1 .div-text{
  background: rgba(0, 87, 167, 0.8);
  color: #fff;
  height: 100%;
  padding: 25px 15px 15px 15px;
  width: 50%;
}

.about-section .about-right .d2 .div-text{
  width: 50%;
}

.about-right .div-text h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20%;
}

.about-right .d1 .div-text p{
  line-height: 30px;
}

.about-section .about-right .div-text{
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
  
}

.about-section .about-right .d1 .div-text{
    left: 0;

}

.about-section .about-right .d2 .div-text{
  right: 0;
  background-color: rgba(199, 149, 86, 0.8);
  padding: 25px 15px 15px 15px;
}

.about-section .about-right .d2 ul{
  margin-left: -40px;
}

.about-section .about-right .d2 a{
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about-section .about-right .d2 a:hover{
  color: rgba(255, 32, 0, 1);
}

/**
 * 底部
 */
.main-footer{
  margin-top: 65px;
  padding-top: 65px;
  background: rgba(255,255,255,1);
  border-top: 1px solid #eee;
  color: #696969;
}

.main-footer a{
  color: #9e9e9e;
  font-size: 14px;
}
.main-footer ul{
  margin-left: -40px;
}

.main-footer .d1 .div-img{
  border-bottom: 1px solid #eee;
  padding: 15px 15px ;
  margin-bottom: 15px;
}

.main-footer .d1 p{
  line-height: 30px;
}

.main-footer .d2 .item:not(:last-child){
  margin-right: 45px;
}

.main-footer .d2 .item p{
  margin-bottom: 15px;
}

.main-footer .d2 a{
  display: inline-block;
  margin: 5px 0;
}

.main-footer .d2 a:hover{
  color: rgba(255, 32, 0, 1);
}

.main-footer .d3 .item{
  margin: 0 15px;
}

.main-footer .d3 .item img{
  max-width: 125px;
}

.main-footer .f-bottom{
  background: rgb(46 46 46);
  color: #fff;
  margin-top: 65px;
  padding: 25px 0;
  font-size: 14px;
}


/**
 * pagetitle
 */
.pagetitle{
  margin-top: 170px;
}

.breadbanner{
  background-color: rgba(247, 247, 247, 1);
  border-bottom: solid 1px #eee;
}

.breadbanner a{
    height: 65px;
  line-height: 65px;
}

.breadbanner .d2 a{
  display: inline-block;
  margin: 0 5px;
  color: #666;
  font-size: 14px;
  color: #ff2708;


}


.breadbanner .d1 h2{
  color: #696969;
  font-size: 24px;
  font-weight: bold;
}

.leftSlider{
  padding-top: 45px;
}

.leftSlider .title a{
  display: block;
  background-color: #f7f7f7;
  padding: 25px 15px 25px 45px;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all .6s;
}

.leftSlider .title a:after{
  position: absolute;
  content: "▼";
  left: 15px;
  top: calc(50% - 12px);
  font-size: 14px;
  color: #ff2708;
  font-stretch:ultra-expanded;
  transition: all .6s;
}

.leftSlider a:hover{
  background-color: #2a72bd;
  color: #fff;
}

.leftSlider  a:hover:after{
  color: #fff;
}

.leftSlider ul li a{
  display: block;
  padding: 25px 15px 25px 45px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  position: relative;
}

.leftSlider ul li a:after{
  position: absolute;
  content: "●";
  left: 15px;
  top: calc(50% - 12px);
  font-size: 14px;
  color: #d9d9d9;
  font-stretch:ultra-expanded;
}

/**
 * 分页
 */
.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}


.pagination a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 15px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:#eb2f2f;
    border-color: #eb2f2f;
}



.proLeft{
  padding: 0 25px;
}

.proRight{
  margin-top: 45px;
  color: #979797;
}

.proRight .title{
  padding: 10px 5px;
  border-bottom: 1px dashed rgba(240,240,240,1);

}

.proRight .title font{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  color: #333;
}

.proRight .meta{
  padding: 10px 5px;
  border-bottom: 1px dashed rgba(240,240,240,1);
}

.proRight .meta a{
  color: #707070;
  font-size: 18px;
}

.proRight .btn-contact{
  margin-top: 45px;
}

.proRight .btn-contact a{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  background-color: rgba(255,102,0,1);
  color: #fff;
}

.proRight .btn-contact a img{
  margin-right: 5px;
}

.proRight .btn-contact a:hover{
  border-bottom: 2px solid #666;
}

.pro-content .title span{
  color: #fff;
  padding: 10px 25px;
  background: rgb(255, 39, 8);
  display: inline-block;
  font-size: 16px;
}

.pro-content {
  margin-top: 115px;
}

.pro-content .content-main{
  border: 1px solid #eee;
  padding: 15px 15px ;
}

.prev-next {
  color: #969696;
  margin-top: 25px;
}

.prev-next img{
  width: 16px;
}

.prev-next span{
  display: inline-block;
  margin: 0 5px;
}

.prev-next a{
  font-size: 18px;
  color: #707070;
}

/**
 * 关于我们
 */
.about-cate li{
  display: inline-block;
}

.about-cate li+li{
  margin-left: 25px;
}

.about-cate a{
  display: block;
  padding: 0 25px;
  color: #000;
  transition: all .3s;
}

.about-cate a:hover{
  color: #fff;
  background: #ff2708;
}



.in-about-section {
  margin-top: 65px;
  color: #707070;
  font-size: 14px;
  line-height: 26px;
}

.in-about-section .title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #696969;
}

.in-about-section .div-img{
  overflow: hidden;
}

.in-about-section .div-img img{
  transition: all .6s;
  width: 100%;
}

.in-about-section .div-img:hover img{
  transform: scale(1.2);
}

.in-about-section .block1 .title{
  padding-top: 65px;
  position: relative;
}

.in-about-section .block1 .title:after{
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background: rgba(191, 191, 191, 1);
  top: 35px;
  left: 0;
}

.in-about-section .block1 p{
  text-indent: 24px;
}

.in-about-section .block2{
  padding: 65px 0;
  margin-top: 65px;
  background: rgba(247, 247, 247, 1);
}

.in-about-section .block2 p{
  text-indent: 24px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 35px;
  padding-right: 25px;
}

.in-about-section .block2 p:after{
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

.in-about-section .block2 .div-img{
  margin: 15px;
}

.in-about-section .block3{
  padding: 65px 0;
}

.in-about-section .block3-1{
  padding: 45px 0;
  background: rgba(255,255,255,1);
}

.in-about-section .block3-1 .div-text{
  padding: 0 25px;
}

.in-about-section1{
  margin-top: 0;
}

.in-about-section .block4{
  padding: 45px 0;
  background: rgba(245, 245, 245, 1);
}

.in-about-section .block4 strong{
  display: block;
  font-size: 20px;
  color: #696969;
  margin-top: 15px;
}

.in-about-section .block4 .div-text{
  padding: 0 25px;
}

.in-about-section .block4 p{
  margin-top: 25px;
}



.in-about-section .block5{
  background-color: rgba(255,255,255,1);
}

.in-about-section .block5 strong{
  display: block;
  font-size: 20px;
  color: #696969;
  margin: 15px 0;
}

.in-about-section .block5{
  padding: 45px 0;
}

.in-about-section .block5 p{
  margin: 15px 0;
}

/**
 * 应用领域
 */
.in-scope-lists{
  
}

.in-scope-lists .item{
  margin: 35px 0;
  color: #696969;
}

.in-scope-lists .item strong{
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  color: #707070;
}

.in-scope-lists .item .div-text{
  padding: 25px 45px;
}

.in-scope-lists .div-img{
  min-width: 350px;
  max-width: 100%;
  overflow: hidden;
}

.in-scope-lists  img{
  width: 100%;
  transition: all .6s;
}

.in-scope-lists .div-img:hover img{
  transform: scale(1.2);
}

.in-scope .title{
  margin-top: 45px;
  font-size: 30px;
  color: #696969;
  margin-bottom: 45px;
  text-align: center;
  font-weight: bold;
}

.honor-lists .div-img{
  margin-bottom: 25px;
  overflow: hidden;
}

.honor-lists .div-img img{
  transition: all .6s;
}

.honor-lists .div-img:hover img{
  transform: scale(1.1);
}

.in-news-section{
  margin: 65px 0;
}

.in-news-section .item{
  margin-bottom: 35px;
}

.in-news-section .item a{
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
}

.in-news-section .item h4{
  font-size: 18px;
  color: #717171;
  display: block;
}

.in-news-section .item .div-text{
  padding: 0 45px;
}

.in-news-section .item .div-text p{
  color: #A2A2A2;
}

.in-news-section .d2 .date{
  min-width: 200px;
  text-align: center;
  color: #999;
}

.in-news-section .d2 .date p{
  font-size: 18px;
  font-weight: bold;
}

.in-news-section .d2 span{
  display: inline-block;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #eee;
  margin-top: 15px;
  transition: all .3s;
}

.in-news-section .d1 .div-img{
  min-width: 300px;
  width: 300px;
  padding: 15px;
  background: #f7f7f7;
  overflow: hidden;
}

.in-news-section .d1 .div-img img{
  width: 100%;
  transition: all .6s;
  max-height: 180px;
}

.in-news-section .item:hover a{
  box-shadow: 0 0 10px #ccc;
}

.in-news-section .item:hover img{
  transform: scale(1.1);
}

.in-news-section .item:hover .d2 span{
  background: #cccccc;
  color: #fff;
}

/**
 * 新闻详情
 */
.detail-section{
  margin: 45px 0;
}

.detail-section .title{
  font-size: 30px;
}

.detail-section .meta{
  font-size: 14px;
  color: #c8c8c8;
}

.detail-section .meta img{
  margin-right: 3px;
}

.detail-section .meta span{
  color: #969696;
}

.detail-section .detail-content{
  padding: 25px 0;
  margin: 25px 0;
  border-top: 1px solid rgba(240,240,240,1);
  border-bottom: 1px solid rgba(240,240,240,1);
}

.prev-next a:hover{
  color: #65beba;
}

/**
 * 联系信息
 */
.cinfos-section{
  margin: 45px 0;
}

.cinfos-section .item h2{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.cinfos-section .item p{
  color: #666;
  margin-bottom: 15px;
}

/**
 * 在线留言
 */
.cinfos-section .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cinfos-section .form-control {
    border-radius: 0!important;
    padding: 25px 30px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.cinfos-section .btn{
  height: 65px;
  background: #ff2708;
  color: #fff;
  padding: 25px 0;
  display: block;
  transition: all .6s;
  margin-top: 25px;
}

.cinfos-section .btn:hover{
  box-shadow: 0 0 10px #ccc;
  margin-top: 15px;
}

























